projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42423b9
)
Ignore internal structs in libostree-sys
author
Felix Krull
<f_krull@gmx.de>
Tue, 9 Oct 2018 21:27:36 +0000
(23:27 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/conf/libostree-sys.toml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/conf/libostree-sys.toml
b/rust-bindings/rust/conf/libostree-sys.toml
index 2cc61d7b125c8464aa4f7e8b889910c189e80d7d..23d352ca7166252aacb2575bdd0804d3f34b28ad 100644
(file)
--- a/
rust-bindings/rust/conf/libostree-sys.toml
+++ b/
rust-bindings/rust/conf/libostree-sys.toml
@@
-8,5
+8,17
@@
external_libraries = [
"GObject",
"Gio",
]
+ignore = [
+ "OSTree.BootloaderInterface",
+ "OSTree.ChecksumInputStream",
+ "OSTree.ChecksumInputStreamClass",
+ "OSTree.CmdPrivateVTable",
+ "OSTree.LibarchiveInputStream",
+ "OSTree.LibarchiveInputStreamClass",
+ "OSTree.LzmaCompressorClass",
+ "OSTree.LzmaDecompressorClass",
+ "OSTree.RepoFileEnumeratorClass",
+ "OSTree.RollsumMatches",
+]
girs_dir = "../gir-files"